home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre1.z / postgre1 / video / script-21 < prev    next >
Encoding:
Text File  |  1992-08-27  |  196 b   |  9 lines

  1. /* 
  2.  * then we add some instances to the version
  3.  */
  4.  
  5. append emp1 (name = "jack", age = 40, salary = 20000, dept = "shoe")
  6. \g
  7. append emp1 (name = "joe", age = 25, salary = 3000, dept = "shoe")
  8. \g
  9.